home *** CD-ROM | disk | FTP | other *** search
- object Form3: TForm3
- Left = 230
- Top = 166
- Width = 639
- Height = 484
- Caption = 'Activity Log File'
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ListView1: TListView
- Left = 134
- Top = 0
- Width = 497
- Height = 457
- Hint = 'Double-click the URL to load the website in your browser.'
- Align = alClient
- Color = clWhite
- OnDblClick = ListView1DblClick
- Columns = <
- item
- Caption = 'Date'
- Width = 55
- end
- item
- Caption = 'Time'
- Width = 80
- end
- item
- Caption = 'Event'
- Width = 240
- end
- item
- Caption = 'Web Site Address'
- Width = 240
- end>
- DragMode = dmAutomatic
- GridLines = True
- HideSelection = False
- RowSelect = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- ViewStyle = vsReport
- end
- object BitBtn5: TBitBtn
- Left = 688
- Top = -16
- Width = 75
- Height = 25
- Caption = 'BitBtn5'
- TabOrder = 2
- Visible = False
- OnClick = BitBtn5Click
- end
- object ListBox1: TListBox
- Left = 134
- Top = 0
- Width = 497
- Height = 457
- Align = alClient
- Color = clWhite
- ItemHeight = 13
- Items.Strings = (
- 'Processing log file... Please wait...')
- TabOrder = 1
- Visible = False
- end
- object RichEdit1: TRichEdit
- Left = 104
- Top = 120
- Width = 185
- Height = 89
- PlainText = True
- TabOrder = 3
- Visible = False
- WordWrap = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 134
- Height = 457
- Align = alLeft
- TabOrder = 4
- object AHMFillBackground1: TAHMFillBackground
- Left = 1
- Top = 70
- Width = 132
- Height = 386
- Background = Form1.AHMBackground1
- Align = alClient
- end
- object AHMOfficeButton8: TAHMOfficeButton
- Left = 5
- Top = 233
- Width = 125
- Height = 35
- Hint = 'Starts the WinGuardian logging engine and hides the main window.'
- Caption = 'Close Log && Exit'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- LedNormal = clPurple
- LedIn = clAqua
- LedOut = clTeal
- RoundSize = 20
- Font3D.ThreeDimensional = False
- Font3D.RepetitionColor = clNavy
- OnClick = AHMOfficeButton8Click
- end
- object AHMOfficeButton3: TAHMOfficeButton
- Left = 5
- Top = 184
- Width = 125
- Height = 35
- Hint = 'Opens the screenshot log window.'
- Caption = 'Clear This Log'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- LedNormal = clPurple
- LedIn = clAqua
- LedOut = clTeal
- RoundSize = 20
- Font3D.ThreeDimensional = False
- Font3D.RepetitionColor = clNavy
- OnClick = AHMOfficeButton3Click
- end
- object AHMOfficeButton2: TAHMOfficeButton
- Left = 5
- Top = 135
- Width = 125
- Height = 35
- Hint = 'Opens the keystroke log window.'
- Caption = 'Export This Log'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- LedNormal = clPurple
- LedIn = clAqua
- LedOut = clTeal
- RoundSize = 20
- Font3D.ThreeDimensional = False
- Font3D.RepetitionColor = clNavy
- OnClick = AHMOfficeButton2Click
- end
- object AHMOfficeButton1: TAHMOfficeButton
- Left = 5
- Top = 87
- Width = 125
- Height = 35
- Hint = 'Opens the activity log window.'
- Caption = 'Open Selected URL'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- LedNormal = clPurple
- LedIn = clAqua
- LedOut = clTeal
- RoundSize = 20
- Font3D.ThreeDimensional = False
- Font3D.RepetitionColor = clNavy
- OnClick = AHMOfficeButton1Click
- end
- object Label7: TLabel
- Left = 10
- Top = 272
- Width = 46
- Height = 13
- Caption = 'Display:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label3: TLabel
- Left = 28
- Top = 291
- Width = 60
- Height = 13
- Caption = 'Web Activity'
- Transparent = True
- OnClick = Label3Click
- end
- object Label4: TLabel
- Left = 28
- Top = 315
- Width = 85
- Height = 13
- Caption = 'Windows Opened'
- Transparent = True
- OnClick = Label4Click
- end
- object Label5: TLabel
- Left = 28
- Top = 338
- Width = 79
- Height = 13
- Caption = 'Windows Closed'
- Transparent = True
- OnClick = Label5Click
- end
- object Label6: TLabel
- Left = 28
- Top = 363
- Width = 77
- Height = 13
- Caption = 'Windows Active'
- Transparent = True
- OnClick = Label6Click
- end
- object Label8: TLabel
- Left = 28
- Top = 387
- Width = 58
- Height = 13
- Caption = 'Session Info'
- Transparent = True
- OnClick = Label8Click
- end
- object Label9: TLabel
- Left = 8
- Top = 412
- Width = 92
- Height = 13
- Caption = 'Export Delimit Char:'
- Transparent = True
- end
- object BitBtn1: TBitBtn
- Left = 635
- Top = 28
- Width = 90
- Height = 31
- Caption = 'Open URL'
- TabOrder = 0
- Visible = False
- OnClick = ListView1DblClick
- Glyph.Data = {
- 66010000424D6601000000000000760000002800000014000000140000000100
- 040000000000F000000000000000000000001000000010000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD
- DDDDDDDD0000DD70DDD000DDDDDDDDDD0000DF8700007700DDDDDDDD0000D0F8
- 7077FF770DDDDDDD0000DD0F870000F870DDDDDD0000DD00F870880F870DDDDD
- 0000DD080F870880F870DDDD0000D08800F808880F870DDD0000D0F708008888
- 80F870DD0000D0F708888888880F70DD0000DD0F70F8F8888880F70D0000DD0F
- 808F8F880080F70D0000DDD0F0F8F8F08700870D0000DDF07FFFFF80F87000DD
- 0000DDDFFFFFF0F80F8700DD0000DDF8FFF7070000F870DD0000DDDF8FF0FF77
- 880F870D0000DDDDFDF000FFF000F87D0000DDDDDDDDDD000DDD0FDD0000DDDD
- DDDDDDDDDDDDDDDD0000}
- end
- object BitBtn3: TBitBtn
- Left = 747
- Top = 28
- Width = 90
- Height = 31
- Caption = 'Export Log'
- TabOrder = 1
- Visible = False
- OnClick = BitBtn3Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 5555555FFFFFFFFFF5555550000000000555557777777777F5555550FFFFFFFF
- 0555557F5FFFF557F5555550F0000FFF0555557F77775557F5555550FFFFFFFF
- 0555557F5FFFFFF7F5555550F000000F0555557F77777757F5555550FFFFFFFF
- 0555557F5FFFFFF7F5555550F000000F0555557F77777757F5555550FFFFFFFF
- 0555557F5FFF5557F5555550F000FFFF0555557F77755FF7F5555550FFFFF000
- 0555557F5FF5777755555550F00FF0F05555557F77557F7555555550FFFFF005
- 5555557FFFFF7755555555500000005555555577777775555555555555555555
- 5555555555555555555555555555555555555555555555555555}
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 851
- Top = 28
- Width = 90
- Height = 31
- Caption = 'Clear Log'
- TabOrder = 2
- Visible = False
- OnClick = BitBtn2Click
- Glyph.Data = {
- 42010000424D4201000000000000760000002800000011000000110000000100
- 040000000000CC00000000000000000000001000000010000000000000000000
- BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 777770000000777777777777777770000000777777777777770F700000007777
- 0F777777777770000000777000F7777770F770000000777000F777770F777000
- 00007777000F77700F777000000077777000F700F7777000000077777700000F
- 7777700000007777777000F777777000000077777700000F7777700000007777
- 7000F70F7777700000007770000F77700F7770000000770000F7777700F77000
- 00007700F7777777700F70000000777777777777777770000000777777777777
- 777770000000}
- end
- object BitBtn4: TBitBtn
- Left = 955
- Top = 28
- Width = 90
- Height = 31
- Caption = 'Exit'
- TabOrder = 3
- Visible = False
- OnClick = BitBtn4Click
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
- 03333377777777777F333301111111110333337F333333337F33330111111111
- 0333337F333333337F333301111111110333337F333333337F33330111111111
- 0333337F333333337F333301111111110333337F333333337F33330111111111
- 0333337F3333333F7F333301111111B10333337F333333737F33330111111111
- 0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
- 0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
- 0333337F377777337F333301111111110333337F333333337F33330111111111
- 0333337FFFFFFFFF7F3333000000000003333377777777777333}
- NumGlyphs = 2
- end
- object Panel3: TPanel
- Left = 1
- Top = 1
- Width = 132
- Height = 69
- Align = alTop
- BevelWidth = 2
- Color = clSilver
- TabOrder = 4
- object Label2: TLabel
- Left = 20
- Top = 36
- Width = 93
- Height = 21
- Caption = 'Activity Log'
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- object Label1: TLabel
- Left = 18
- Top = 13
- Width = 99
- Height = 21
- Caption = 'WinGuardian'
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- end
- end
- object CheckBox1: TCheckBox
- Left = 9
- Top = 290
- Width = 15
- Height = 16
- Caption = 'CheckBox1'
- State = cbChecked
- TabOrder = 5
- OnClick = CheckBox1Click
- end
- object CheckBox2: TCheckBox
- Left = 9
- Top = 314
- Width = 15
- Height = 16
- Caption = 'CheckBox2'
- State = cbChecked
- TabOrder = 6
- OnClick = CheckBox2Click
- end
- object CheckBox3: TCheckBox
- Left = 9
- Top = 338
- Width = 15
- Height = 16
- Caption = 'CheckBox3'
- State = cbChecked
- TabOrder = 7
- OnClick = CheckBox3Click
- end
- object CheckBox4: TCheckBox
- Left = 9
- Top = 362
- Width = 15
- Height = 16
- Caption = 'CheckBox4'
- State = cbChecked
- TabOrder = 8
- OnClick = CheckBox4Click
- end
- object CheckBox5: TCheckBox
- Left = 9
- Top = 386
- Width = 15
- Height = 16
- Caption = 'CheckBox5'
- State = cbChecked
- TabOrder = 9
- OnClick = CheckBox5Click
- end
- object BitBtn6: TBitBtn
- Left = 17
- Top = 433
- Width = 97
- Height = 21
- Caption = 'View Archive Log'
- TabOrder = 10
- Visible = False
- OnClick = BitBtn6Click
- end
- object Edit1: TEdit
- Left = 104
- Top = 408
- Width = 17
- Height = 21
- TabOrder = 11
- Text = ','
- end
- end
- object ListView2: TListView
- Left = 134
- Top = 0
- Width = 497
- Height = 457
- Hint = 'Double-click the URL to load the website in your browser.'
- Align = alClient
- Color = clWhite
- OnDblClick = ListView1DblClick
- Columns = <
- item
- Caption = 'Date'
- Width = 55
- end
- item
- Caption = 'Time'
- Width = 80
- end
- item
- Caption = 'Event'
- Width = 240
- end
- item
- Caption = 'Web Site Address'
- Width = 240
- end>
- DragMode = dmAutomatic
- GridLines = True
- HideSelection = False
- RowSelect = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- ViewStyle = vsReport
- Visible = False
- end
- object Panel2: TPanel
- Left = 134
- Top = 0
- Width = 497
- Height = 457
- Align = alClient
- Caption = 'Processing activity log file... Please wait...'
- Color = clWhite
- TabOrder = 6
- Visible = False
- end
- object PrintDialog1: TPrintDialog
- Left = 648
- Top = 65528
- end
- object SaveDialog1: TSaveDialog
- OnClose = SaveDialog1Close
- DefaultExt = 'txt'
- FileName = 'logfile'
- Filter = 'txt'
- InitialDir = 'c:\'
- Title = 'Save Session Log'
- Left = 520
- Top = 304
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 300
- OnTimer = Timer1Timer
- Left = 512
- Top = 280
- end
- object Timer2: TTimer
- Enabled = False
- Interval = 25
- OnTimer = Timer2Timer
- Left = 9
- Top = 25
- end
- end
-